/* common */
.dashboard-page-title {
    font-family: 'Poppins', 'sans-serif';
    font-weight: 400;
    padding: 20px 0px;
    text-align: center;
    color: #525252;
    font-size: 24px;
}

/* .form{
    padding-top: 30px;
}
*/
.dashboard-sub-container {
    height: 100%;
}

.form_section {
    padding: 20px;
    margin: 20px;
    border: #dbdbdb solid 2px;
    border-radius: 10px;
}

.error {
    padding: 20px;
    margin: 20px;
    color: #ff3b3b;
}

.mysidebar {
    height : 100vh;
    width: 80px;
    min-height: calc(100vh - 50px);
}

@media (min-width: 992px) {
    .mysidebar {
        width: 238px;
    }
}

.form-check-input-danger:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.alert {
    display: inline-block;
    float: right;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
}

.mysidebar:hover {
    width: 238px;
}

.onhover {
    display: none;
}

@media (min-width: 992px){
    .onhover {
        display: inline!important;
    }
    #menu {
        min-width: 200px;
    }
}

.mysidebar:hover + .onhover {
    display: block!important;
}

.graytext {
    color: #525252;
}

table thead {
    background-color: #25384b!important;
}